CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - canny 算子 边缘 检测

搜索资源列表

  1. edge

    0下载:
  2. 彩色图像边缘检测,给予canny算子,可以直接运行-colar canny
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:815
    • 提供者:王亮
  1. canny

    0下载:
  2. 边缘检测的canny算子,可以很好地检测图像的边缘,而且有效地降低了噪声。-The canny edge detection operator, can detect the image edge well, but also effectively reduces noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1225
    • 提供者:吕晋普
  1. 2

    0下载:
  2. 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local maximum of image gradient and ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1153
    • 提供者:xiaowei
  1. edge_detector

    0下载:
  2. 用C++编写的canny算子边缘检测,代码编写的比较详细,可用性高。-it is writted with c++,it is useful for learning and using
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2442
    • 提供者:杨杨
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1271572
    • 提供者:lx
  1. cDlgCanny

    0下载:
  2. Canny算子边缘检测图像,先进行高斯滤波,计算梯度幅值和方向,非极大值抑制,双阈值检测和连接边缘。-Canny edge detection operator image, first the Gauss filtering, calculation of gradient magnitude and direction, non-maxima suppression, dual edge threshold detection and connection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:688
    • 提供者:xujie
  1. exa2.6

    0下载:
  2. 这是一个例子,利用Opencv中自带的CANNY算子边缘检测输出写入一个单通道图像。-This is an example, the use of Opencv CANNY own operator in the edge detection output into a single image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3853366
    • 提供者:江明
  1. edge_detection

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared to achieve their own algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:41259
    • 提供者:好时
  1. Canny-Edge-Detection

    0下载:
  2. 基于Canny算子的边缘检测实现,效果比较好-Canny edge detection to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:8076
    • 提供者:lihong
  1. Edge-detect

    0下载:
  2. 传统边缘检测方法和Canny算子边缘检测方法实现对比-Traditional edge detection methods and Canny operator edge detection method comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:937296
    • 提供者:王文亮
  1. diblook

    0下载:
  2. 在原有的DIBLOOK开源代码的基础上改进算法,利用Sobel及Canny算子边缘检测方法实现将彩色图像转变为灰度图像,自己添加了大量的API函数。-Improved algorithm based on the original DIBLOOK open source code, using the Sobel and Canny edge detection method to achieve the color images into grayscale images, added a l
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24682722
    • 提供者:独角之灵
  1. bianyuanjiance

    0下载:
  2. 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22268
    • 提供者:陈勇
  1. Image-processing

    1下载:
  2. 图像处理程序,集成了Sobel算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测、直方图、Hough线变换、Hough圆变换、缩放、旋转、腐蚀等功能-Image processing program,including functions of Sobel edge detection operator, Laplace operator edge detection, Canny edge detection operator, histogram, Hough transfor
  3. 所属分类:Special Effects

    • 发布日期:2014-12-27
    • 文件大小:14978048
    • 提供者:赵明航
  1. contours

    0下载:
  2. 在VS2008环境下基于OpenCV画出图片中的轮廓,用到Canny算子边缘检测、形态学变换和轮廓遍历-VS2008 environment based on OpenCV draw the outline of the picture, used Canny operator edge detection, morphological transformation and contour traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:890
    • 提供者:jeff liang
  1. DIP

    0下载:
  2. 包含二值化、canny算子边缘检测、感兴趣区域提取、自动多阈值分割等程序,及分水岭分割和连通域字符识别两篇文章。-Contains two values, canny edge detection, region of interest extraction, automatic threshold segmentation procedures, and watershed segmentation and character recognition two articles connecte
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:6771065
    • 提供者:
  1. CameraCapture

    0下载:
  2. emgu cv 摄像头 canny算子 边缘检测-摄像头 边缘检测
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:11755
    • 提供者:齐沛涛
  1. bilateral

    0下载:
  2. canny算子边缘检测源码,用matlab实现,如果需要,请及时下载-canny edge detection source, using matlab to achieve, if you need, please download
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3147282
    • 提供者:张飞
  1. Canny_algorithm

    0下载:
  2. 详细描述了图像处理中的Canny算子边缘检测,包括算法描述和算法实现-Detailed descr iption of the image processing Canny edge detection algorithm is described and algorithms including
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:97855
    • 提供者:chen
  1. edgedetection

    0下载:
  2. 边缘方向直方图计算,使用canny算子边缘检测-Edge direction histogram calculated using canny edge detection operator
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4573
    • 提供者:qinyunxia
  1. Edge-detection-algorithm

    0下载:
  2. 用Lena标准检测图像,Sobel算子边缘检测、Prewitt算子边缘检测、Roberts算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测完整算法代码 -By Lena standard test image, Sobel operator edge detection, Prewitt edge detection operator, Roberts operator edge detection, Laplace operator edge detection, Cann
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:20165
    • 提供者:why
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com